home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_38.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  397 b   |  18 lines

  1. on exitFrame
  2.   global animExists
  3.   if animExists = 200 then
  4.     set the directToStage of member the member of sprite 113 to 1
  5.     set animExists to 1
  6.   end if
  7.   DefCurs()
  8.   if animExists = 1 then
  9.     LiveRollOver(113, 2, 1)
  10.   end if
  11.   if rollOver(2) then
  12.     set the member of sprite 119 to "aktiivisuus_pallo"
  13.   else
  14.     set the member of sprite 119 to "aktiivisuus"
  15.   end if
  16.   go(the frame)
  17. end
  18.